Use PESetFieldMappingType to set the field mapping type code for the specified report.
BOOL CRPE_API PESetFieldMappingType
short printJob,
WORD mappingType );
Specifies the print job for which you want to set the field mapping type code. | |
The field mapping type code that you want to set. Use one of the PE_FM_XXX Field Mapping Type Constants. |
Declare Function PESetFieldMappingType Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal mappingType As Integer ) As Integer
function PESetFieldMappingType (
printJob: smallint;
mappingType: Word
): BOOL stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |